@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../Images/SiteWideImages/CanvasBackground.jpg);
	background-repeat:repeat;
	font-family: "Courier New", Courier, monospace;
	}

#wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}
#CoverPage {
	text-align: center;
	border: medium double #999999;
	width: 800px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	border-top-style:double;
	border-top-color:#999999;
	border-bottom-width:thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: lighter;
	text-align: center;
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#CoverPage h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	
}

ul {
	font-weight: bolder;
	text-decoration: none;
}
ul li {
	font-weight:normal;
	text-decoration:none;
	list-style-type: none;
}
.header {
font-weight: bolder;
	text-decoration: underline;
}
.headeritem {
	font-size:0.8em;
	font-style: italic;
	text-align: left;
	
}
.signature {
	font-family:"Script MT Bold";
	color: #990066;
	}
